PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioItem Class / setContent Method
The content of the portfolio item.
In This Topic
    setContent Method
    In This Topic
    Sets the item content.
    Syntax
    public void setContent( 
       byte[] content
    )

    Parameters

    content
    The content of the portfolio item.
    Exceptions
    ExceptionDescription
    When content is null.
    See Also